[Top] [Prev] [Next] [Bottom]
[Contents]
SaRegisterObjImp
Registers an object implementation function for a FUNCTION object.
#include "WorkingDialog.h"
typedef int (*SaObjectImpl)(pSgeWorkCallData);
void SaRegisterObjImp(char* name, SaObjectImpl func);
Arguments
- name
- A string specifying the name of the object implementation function. This must be the same as the name of the FUNCTION object as defined in the Object Editor (field Function Name).
- func
- A pointer to an object implementation function which must be of the type, SaObjectImpl, as declared above.
Return Values
None.
Registers an object implementation function for a FUNCTION object. The name must match the name of the FUNCTION object as defined in the Object Editor. Use the SaReq... function set of functions to implement the function.
typedef int (*SaObjectImpl)(pSgeWorkCallData);
extern SaObjectImpl CreditCheck;
SaRegisterObjectImp("CreditCheck", CreditCheck);
See Also
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.